﻿.inputStyle.form-control {
  height: auto !important;
  margin-left: -5px !important;
  text-align: left !important; }

.inputStyle.form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus,
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: none !important; }

.btnStyle {
  width: 100%;
  border: 0 !important;
  border-radius: 100px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #FFF !important;
  padding: 0 2.5rem !important; }

.btn-outline-secondary {
  color: #908c8c !important;
  font-size: 16px !important;
  font-weight: bold !important; }

.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #6c757d !important; }

.Account .dropdown-menu {
  text-align: center !important; }

.Account .dropdown-menu {
  border-radius: .5rem !important; }

.Account .dropdown-item:focus, .Account .dropdown-item:hover {
  color: #10a1ab; }

.Account .dropdown-menu.show {
  left: 5px !important; }

.hr {
  width: 2px;
  background-color: #dedbdb;
  height: 34px;
  z-index: 10;
  margin: 12px 0 0 0; }
